home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / PROGASIC / CDITPDS2.LZH / CIWIND1.BI < prev    next >
Text File  |  1991-05-13  |  1KB  |  30 lines

  1. '============================================================================
  2. 'CIWIND1.BI Copyright (C) 1991, Clear Software. ALL RIGHTS RESERVED.
  3. '============================================================================
  4.  
  5. DECLARE SUB ButtonDefine (wind%, button%, state%, row%, col%, prompt$, btntype%)
  6. DECLARE SUB ButtonStateSet (button%, state%)
  7. DECLARE SUB ButtonReset ()
  8. DECLARE SUB ButtonToggle (bitton%)
  9. DECLARE SUB EditFieldColors (fldFGClr%, fldBGClr%)
  10. DECLARE SUB EditFieldDefine (wind%, fld%, text$, row%, col%, vischar%, maxchar%, prompt$, format%)
  11. DECLARE SUB WindowActive (windItem%)
  12. DECLARE SUB WindowColors (bordFGClr%, bordBGClr%, textFGClr%, textBGClr%, titleFGClr%, titleBGClr%, hiFGClr%, hiBGClr%)
  13. DECLARE SUB WindowDefine (wind%, left%, right%, top%, bottom%, title$, shad%, borderType%)
  14. DECLARE SUB WindowDrawBox (wind%, left%, right%, top%, bottom%, boxType%)
  15. DECLARE SUB WindowDrawLine (wind%, row%, char$)
  16. DECLARE SUB WindowOff (wind%)
  17. DECLARE SUB WindowOn (wind%)
  18. DECLARE SUB WindowPaint (left%, right%, top%, bottom%, shad%, boxType%)
  19. DECLARE SUB WindowPrint (wind%, row%, col%, text$, style%)
  20. DECLARE SUB WindowSoundSet (SoundNum%, SoundLength%)
  21.  
  22. '============================================================================
  23.  
  24. DECLARE FUNCTION ButtonGet% (button%)
  25. DECLARE FUNCTION EditFieldGet$ (fld%)
  26. DECLARE FUNCTION WindowEvent% (switch%)
  27.  
  28. '============================================================================
  29.  
  30.